home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
U.S. Robotics Connections 2
/
US Robotics Connections.iso
/
pc
/
sourcepc
/
palmpc.dir
/
00221.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-01
|
239 b
|
13 lines
on mouseDown
global gCalNum, gSetNum, gLastNum, gOperation, gAnswer
if gSetNum <> 0 then
Answer()
end if
set gOperation to "*"
if gSetNum = 0 then
set gSetNum to gCalNum
end if
set gCalNum to 0
set gAnswer to 0
end